home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Macintosh / MacShell.0.54b.sit / MacShell.0.54b / MacShell.0.54b.rsrc / help_16534_xn < prev    next >
Text File  |  1996-01-21  |  627b  |  16 lines

  1. NAME
  2.    xn - Filter NULL characters out of the input.
  3.  
  4. SYNTAX
  5.    xn [file1...]
  6.  
  7. DESCRIPTION
  8.  
  9. Some Macintosh applications create files in which binary data is interspersed with text.  Since some Unix-style utilities which are approximated by MacShell use the NULL character internally to signify the end of a string, this binary data can cause problems.  This utility is provided as a partial solution.  Xn copies its input to its output, except that any NULL characters are filtered out.    
  10.  
  11. Files given on the command line are read.  If no file names are given, input is taken from the standard input.
  12.  
  13. SEE ALSO
  14.  
  15. seg, egrep